usb-ids
Cross-platform Rust wrappers for the USB ID Repository.
This library bundles the USB ID database, allowing platforms other than Linux to query it as a source of canonical USB metadata.
Usage
Iterating over all known vendors:
use Vendors;
for vendor in iter
See the documentation for more details.